home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5369 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: pravda.aa.msen.com!not-for-mail
  2. From: crandall@mail.msen.com (Chad Randall)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Want to boot FAAAST?
  5. Date: 13 Mar 1996 13:19:28 GMT
  6. Organization: Msen, Inc. -- Ann Arbor, MI.
  7. Message-ID: <4i6i10$o65@pravda.aa.msen.com>
  8. References: <4hhk7s$62g@nz12.rz.uni-karlsruhe.de>  <68771855@0humpty.tomate.tng.oche.de> <4hotcm$spd@roadkill.scms.rgu.ac.uk> <439.6642T928T2853@ifi.uio.no> <4i6arr$786@info.epfl.ch>
  9. NNTP-Posting-Host: conch.aa.msen.com
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Philippe Vez (vez@de.epfl.ch) wrote:
  13. : Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  14. : : >: > I have made a program that copies ENV variables on demand and therefore
  15. : : >: > saves lot of memory and time. Unfortunatley it has a nasty bug :-(
  16. : : >: This could be a cool thing ! Sad it is buggy.
  17. : : >What is wrong with simply copying ENVARC: to, say, SYS:env and assigning
  18. : : >ENV: to there?
  19. : : You said it yourself: "Copying"
  20. : : That takes time! :)
  21. : I have an alternative.
  22. : I assign ENV: to RAM:Env as made in the startup, and
  23. : I "Assign ENV: SYS:Storage/env-storage ADD"
  24. : So when someone will read for example overscan.prefs, it didn't find it in
  25. : ram:env but in env-storage, Click use and it saves it in ram:env (the primary
  26. : assign)..
  27. : Should this not work ?
  28. I was pondering the same idea.  It seems sound in it's theory.  But I'm
  29. not sure why no one has mentioned or offered it before now.  Why did
  30. C= not do this in the first place?  There has to be something overlooked.
  31.  
  32.